Add Enterprise card and restyle index page to match stacklok.com#646
Merged
Conversation
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Docusaurus docs landing page and navbar styling to visually align with stacklok.com, and adds an Enterprise product card alongside the existing ToolHive card.
Changes:
- Restyles the index hero (new layout, typography, and hero illustration).
- Adds a new “Stacklok Enterprise” ProductCard linking to
/toolhive/enterprise. - Updates global navbar styling (height, link typography/colors) and restores social icon link styling via a dedicated class; reorders/renames ToolHive reference nav labels.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/pages/index.tsx | Reworks hero markup and adds Enterprise product card |
| src/pages/index.module.css | Implements new hero layout/typography and responsive layout adjustments |
| src/css/custom.css | Adds Lora font import; updates navbar variables and link/icon styling |
| docusaurus.config.ts | Renames/reorders reference links and applies navbar-icon-link to social items |
rdimitrov
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a Stacklok Enterprise product card to the docs index page alongside the existing ToolHive card, and brings the index page hero and navbar visually in line with stacklok.com.
Type of change
Screenshots
Before:

After:

Changes
/toolhive/enterprise, using the Stacklok logo and "Learn more" CTAstacklok-websitehero.webp) on the right, "Stacklok Docs" title in Lora serif at 400 weight, subtitle in Inter at#e2e2dcto match the website--stacklok-primary-lightcolor to match stacklok.com, logo sized to 22px, social icon links restored via customnavbar-icon-linkclass, mode switcher color alignedScreenshots
Before/after comparison captured via Playwright against the live stacklok.com and local dev server.
Submitter checklist
Content and formatting